home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_jade.idb / usr / freeware / include / sp / lib / SrInfo.h.z / SrInfo.h
Encoding:
C/C++ Source or Header  |  1999-07-21  |  388 b   |  25 lines

  1. // Copyright (c) 1994 James Clark
  2. // See the file COPYING for copying permission.
  3.  
  4. #ifndef SrInfo_INCLUDED
  5. #define SrInfo_INCLUDED
  6.  
  7. #include "types.h"
  8. #include "StringOf.h"
  9.  
  10. #ifdef SP_NAMESPACE
  11. namespace SP_NAMESPACE {
  12. #endif
  13.  
  14. struct SrInfo {
  15.   String<EquivCode> chars;
  16.   int bSequenceLength;
  17.   String<EquivCode> chars2;
  18. };
  19.  
  20. #ifdef SP_NAMESPACE
  21. }
  22. #endif
  23.  
  24. #endif /* not SrInfo_INCLUDED */
  25.